add execute time php

32

ini_set('max_execution_time', 0); // unlimited
ini_set('max_execution_time', 120); // 120 (seconds) = 2 Minutes

Comments

Submit
0 Comments